module hip.windowing.input;

enum HipWindowingMouseButton : ubyte
{
    left,
    middle,
    right,
    button1,
    button2,
    invalid
}